home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / script / old-dcc < prev    next >
Encoding:
Text File  |  2002-10-28  |  215 b   |  8 lines

  1. # Older implementations of dcc will need this script to handle the
  2. # new DCC REJECT syntax of EPIC3pre1 and upwards
  3. #
  4. on ctcp_reply "% DCC REJECT % *" {
  5.     dcc close $3 $0
  6.     echo Closing DCC $3 to $0 at $0's request
  7. }
  8.